| run file for game of mine sweeper application
| This file claims a "slot" from the WIMP

*IconSprites <Obey$Dir>.!Sprites
|
*if "<System$Path>" = "" then Error 0 System resources cannot be found
|
*RMEnsure SharedCLibrary 3.50 RMLoad System:Modules.Clib
*RMEnsure SharedCLibrary 3.50 Error You need Clib 3.50 or later
| 
*Set MineSweep$Dir <Obey$Dir>
*WimpSlot -min 96K -max 96K
*Run <MineSweep$Dir>.!RunImage %*0
